home *** CD-ROM | disk | FTP | other *** search
- #========================================================================
- # **** Please edit this ST-Guide INF file to your requirements ****
- #========================================================================
- #
- # This file is configured with hard drive users in mind but floppy based
- # users can easily set up a RAM disk as drive C: and run ST-Guide from
- # there.
- #
- # To edit this file load it into any ASCII text editor (for example
- # Everest, Tempus etc) and edit the paths as desired.
- #
- # By default ST-Guide looks for a 'GUIDES' folder on 'C', which contains
- # all your 'HYP and 'REF' files, and an 'ST-GUIDE' folder also on 'C'
- # which should contain any ST-Guide utility programs.
- #
- # Lines beginning with the '#' symbol (like this line) are comment lines
- # which are ignored by ST-Guide.
- #
- # Default search path, where ST-Guide looks for 'HYP' hypertexts:
- PATHS=C:\GUIDES;A:\GUIDES
- #
- # Default directory ST-Guide opens when calling the File Selector.
- # The Hypertext ComPiler (HCP) also compiles to this path:
- HYPFOLD=C:\GUIDES\
- #
- # A list of file extenders and paths to external viewers may follow:
- C=
- IMG=C:\1STVIEW.ACC
- #
- # An external viewer, which must be memory resident can be used to
- # display unknown file types:
- EXTVIEW=NOTICE
- #
- # The hypertext file to be loaded via the ST-Guide 'Catalog' option or
- # when ST-Guide is started without parameters:
- HYPTOP=C:\GUIDES\CATALOG.HYP
- #
- # The file used to find references:
- REF=C:\GUIDES\ALL.REF
- #
- # ST-Guide can use GDOS screen fonts if loaded, the code determines the
- # font used. Refer to main documentation for syntax details:
- #FONT=98,9
- FONT=1,10
- #
- # The following three variables are only relevant in colour resolutions
- # and are ignored in monochrome resolutions.
- # TXTCOLOR Displays text in the specified colour.
- # REFCOLOR Displays references in the specified colour using the
- # normal typestyle (NOT bold and underlined).
- # BCKCOLOR Background colour for ST-Guide windows.
- #
- # Default colours (Note! Your system may change these values!):
- # 0=White 1=Black 2=Red 3=Green
- # 4=Blue 5=Cyan 6=Yellow 7=Magenta
- # 8=Grey 9=Dark grey 10=Dark red 11=Dark green
- # 12=Dark blue 13=Dark cyan 14=Dark yellow 15=Dark magenta
- TXTCOLOR=2
- REFCOLOR=3
- #BCKCOLOR=8
- #
- # If this option is active (the value is irrelevant) a right mouse key
- # click is interpreted as 'Retrace'.
- #RIGHTBACK=
- #
- # If this variable is active, clicking on 'normal' text does not cause
- # ST-Guide to search for references.
- #REFONLY=
- #
- # HCP is used to compile STG files into HYP files. STool uses this entry
- # to find HCP and compile:
- HCP=C:\ST-GUIDE\HCP.TTP
- #
- # The number of spaces a tab will be expanded to is set here:
- #TABSIZE=4
- #
- # This variable is provided to install ARROWPATCH. This patch corrects a
- # bug in the AES which prevents the scroll bars in windowed accessories
- # from working correctly with certain TOS versions.
- # If you exerience this behaviour activate this patch ON (by removing
- # the preceding #).
- # This patch is not needed if you are running WINX, MagiC, MTOS or
- # already have the ARROWPATCH installed globally.
- #ARROWPATCH=1
- #
- # The first two values set the top left corner of the window. The
- # next two values set the bottom right corner for the ST-Guide window:
- #WINSIZE=100,100,400,200
- #
- # This file will be loaded automatically if ST-Guide is started without
- # parameters:
- DEFHYP=ST-GUIDE.HYP
- #
- # These options are used automatically when HCP is called:
- #HCP_OPT=
- #
- # Hypfind is called by ST-Guide to search for search masks in all pages
- # in the current hypertext.
- HYPFIND=C:\ST-GUIDE\HYPFIND.TTP
- #
- # Path for Remarker:
- # Without '!' preceding the path Remarker is automatically started on
- # opening ST-Guide.
- # With '!' preceding the path Remarker is started using [Alternate]+R
- REMARKER=!C:\ST-GUIDE\REMARKER.PRG
- #
- # These options pass parameters from ST-Guide to HypTree:
- #HYPTREE_OPT=
- #
- # Path to RefLink for REFCHECK:
- REFLINK=C:\ST-GUIDE\REFLINK.TTP
- #
- # Default REFCHECK options used if no command line is passed:
- REFCHECK-OPT=ads
- #
- # --------------------- Special HypTree options -----------------------
- #
- # Here the default size of the HypTree window can be displayed.
- # If these variables are not defined, the size and position of the last
- # window will be used, if available.
- HT_WINSIZE=40,40,100,200
- #
- # Using this switch you can decide whether all pages included in the
- # HypTree structure are visible (0 = No, 1 = Yes)
- HT_OPENALL=1
- #
- # This variable sets the position of the triangle in the window
- # 0 = next to the text, 1 = On the left hand margin of the window.
- HT_MACLIKE=0
- #
- # The following command line is sent to HypTree from ST-Guide (via
- # VA_START) after the user double clicks on the menu bar title in any
- # hypertext page. The following strings are replaced with the actual
- # values when called:
- # %p Pathname of the hypertext file
- # %n Name of the hypertext file (without path)
- # %s The internal name of the hypertext page
- HT_CALLSTG=-s1 %p %s
- #
- # The following command line is sent to ST-Guide from HypTree as soon
- # as the current hypertext is closed:
- HT_STOPSTG=-s0
- #
- # That's it!